|
In the mathematical discipline of linear algebra, a triangular matrix is a special kind of square matrix. A square matrix is called lower triangular if all the entries ''above'' the main diagonal are zero. Similarly, a square matrix is called upper triangular if all the entries ''below'' the main diagonal are zero. A triangular matrix is one that is either lower triangular or upper triangular. A matrix that is both upper and lower triangular is called a diagonal matrix. Because matrix equations with triangular matrices are easier to solve, they are very important in numerical analysis. By the LU decomposition algorithm, an invertible matrix may be written as the product of a lower triangular matrix ''L'' and an upper triangular matrix ''U'' if and only if all its leading principal minors are non-zero. == Description == A matrix of the form : is called a lower triangular matrix or left triangular matrix, and analogously a matrix of the form : is called an upper triangular matrix or right triangular matrix. The variable ''L'' (standing for lower or left) is commonly used to represent a lower triangular matrix, while the variable ''U'' (standing for upper) or ''R'' (standing for right) is commonly used for upper triangular matrix. A matrix that is both upper and lower triangular is diagonal. Matrices that are similar to triangular matrices are called triangularisable. Many operations on upper triangular matrices preserve the shape: * The sum of two upper triangular matrices is upper triangular. * The product of two upper triangular matrices is upper triangular. * The inverse of an invertible upper triangular matrix is upper triangular. * The product of an upper triangular matrix by a constant is an upper triangular matrix. Together these facts mean that the upper triangular matrices form a subalgebra of the associative algebra of square matrices for a given size. Additionally, this also shows that the upper triangular matrices can be viewed as a Lie subalgebra of the Lie algebra of square matrices of a fixed size, where the Lie bracket () given by the commutator ''ab-ba''. The Lie algebra of all upper triangular matrices is often referred to as a Borel subalgebra of the Lie algebra of all square matrices. All these results hold if "upper triangular" is replaced by "lower triangular" throughout; in particular the lower triangular matrices also form a Lie algebra. However, operations mixing upper and lower triangular matrices do not in general produce triangular matrices. For instance, the sum of an upper and a lower triangular matrix can be any matrix; the product of a lower triangular with an upper triangular matrix is not necessarily triangular either. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Triangular matrix」の詳細全文を読む スポンサード リンク
|